home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / perl / mac-perl / mcprl402.bin / Perl_src / PACKINGLIST.MAC / PACKINGLIST.MAC
Encoding:
Text File  |  1992-12-21  |  11.1 KB  |  177 lines

  1. :alloca.c                           Implement the alloca() routine
  2. :arg.h                              Public declarations for the above
  3. :array.c                            Numerically subscripted arrays
  4. :array.h                            Public declarations for the above
  5. :Artistic                           The "Artistic License"
  6. :cmd.c                              Command interpreter
  7. :cmd.h                              Public declarations for the above
  8. :config.h                           [Mac specific] Configuration file
  9. :cons.c                             Routines to construct cmd nodes of a parse tree
  10. :consarg.c                          Routines to construct arg nodes of a parse tree
  11. :Copying                            The GNU General Public License
  12. :doarg.c                            Scalar expression evaluation
  13. :doio.c                             I/O operations
  14. :dolist.c                           Array expression evaluation
  15. :dump.c                             Debugging output
  16. :eval.c                             The expression evaluator
  17. :EXTERN.h                           Included before foreign .h files
  18. :form.c                             Format processing
  19. :form.h                             Public declarations for the above
  20. :handy.h                            Handy definitions
  21. :hash.c                             Associative arrays
  22. :hash.h                             Public declarations for the above
  23. :INTERN.h                           Included before domestic .h files
  24. :macperl.c                          [Mac specific] Mac specific subroutines
  25. :macperl.mus                        [Mac specific] Perl source for the above
  26. :MacPerl.r                          [Mac specific] Resources for standalone version
  27. :MacPerl.rsrc                       [Mac specific] Ditto
  28. :Makefile                           [Mac specific] MPW compatible Makefile
  29. :malloc.c                           A version of malloc you might not want
  30. :missing.c                          [Mac specific]
  31. :patchlevel.h                       The current patch level of perl
  32. :perl.c                             main()
  33. :perl.h                             Global declarations
  34. :Perl.r                             [Mac specific] Resources for all versions
  35. :Perl.rsrc                          [Mac specific] Ditto
  36. :PerlHelp                           [Mac specific] Help database for MPW 411
  37. :PerlHelp.index                     [Mac specific] Index of the above
  38. :perlsh                             A poor man's perl shell
  39. :perly.c                            Pre-yacced version of perly.y
  40. :perly.h                            Pre-yacced version of perly.y
  41. :perly.y                            [Mac specific] Yacc grammar for perl
  42. :README                             The Instructions
  43. :README.MPW                         [Mac specific] Additional instructions
  44. :regcomp.c                          Regular expression compiler
  45. :regcomp.h                          Private declarations for above
  46. :regexec.c                          Regular expression evaluator
  47. :regexp.h                           Public declarations for the above
  48. :spat.h                             Search pattern declarations
  49. :stab.c                             Symbol table stuff
  50. :stab.h                             Public declarations for the above
  51. :str.c                              String handling package
  52. :str.h                              Public declarations for the above
  53. :SubLaunch.a                        [Mac specific] Code to start ToolServer
  54. :SubLaunch.c                        [Mac specific] Code to handle pipes
  55. :SubLaunch.h                        [Mac specific] Public declarations for the above
  56. :toke.c                             The tokener
  57. :usersub.c                          User supplied (possibly proprietary) subroutines
  58. :util.c                             Utility routines
  59. :util.h                             Public declarations for the above
  60. :Wishlist                           Some things that may or may not happen
  61. :Wishlist.MPW                       [Mac specific] Our Wishlist
  62. :lib:abbrev.pl                      An abbreviation table builder
  63. :lib:assert.pl                      assertion and panic with stack trace
  64. :lib:bigfloat.pl                    An arbitrary precision floating point package
  65. :lib:bigint.pl                      An arbitrary precision integer arithmetic package
  66. :lib:bigrat.pl                      An arbitrary precision rational arithmetic package
  67. :lib:cacheout.pl                    Manages output filehandles when you need too many
  68. :lib:chat2.pl                       Randal's famous expect-ish routines
  69. :lib:complete.pl                    A command completion subroutine
  70. :lib:ctime.pl                       A ctime workalike
  71. :lib:dumpvar.pl                     A variable dumper
  72. :lib:exceptions.pl                  catch and throw routines
  73. :lib:fastcwd.pl                     a faster but more dangerous getcwd
  74. :lib:find.pl                        A find emulator--used by find2perl
  75. :lib:finddepth.pl                   A depth-first find emulator--used by find2perl
  76. :lib:flush.pl                       Routines to do single flush
  77. :lib:getcwd.pl                      a getcwd() emulator
  78. :lib:getopt.pl                      Perl library supporting option parsing
  79. :lib:getopts.pl                     Perl library supporting option parsing
  80. :lib:GUSI.ph                                [Mac specific] Interface to sockets
  81. :lib:importenv.pl                   Perl routine to get environment into variables
  82. :lib:look.pl                        A "look" equivalent
  83. :lib:macchat.pl                            [Mac specific] GUSI variant of chat2.pl
  84. :lib:newgetopt.pl                   A perl library supporting long option parsing
  85. :lib:perldb.pl                      Perl debugging routines
  86. :lib:pwd.pl                         Routines to keep track of PWD environment variable
  87. :lib:shellwords.pl                  Perl library to split into words with shell quoting
  88. :lib:stat.pl                        Perl library supporting stat function
  89. :lib:syslog.pl                      Perl library supporting syslogging
  90. :lib:termcap.pl                     Perl library supporting termcap usage
  91. :lib:timelocal.pl                   Perl library supporting inverse of localtime, gmtime
  92. :lib:validate.pl                    Perl library supporting wholesale file mode validation
  93. :t:README                           Instructions for regression tests
  94. :t:TEST                             The regression tester
  95. :t:TestResult                       [Mac specific] Results of running tests for MPW
  96. :t:base:cond.t                      See if conditionals work
  97. :t:base:if.t                        See if if works
  98. :t:base:lex.t                       See if lexical items work
  99. :t:base:pat.t                       See if pattern matching works
  100. :t:base:term.t                      See if various terms work
  101. :t:cmd:elsif.t                      See if else-if works
  102. :t:cmd:for.t                        See if for loops work
  103. :t:cmd:mod.t                        See if statement modifiers work
  104. :t:cmd:subval.t                     See if subroutine values work
  105. :t:cmd:switch.t                     See if switch optimizations work
  106. :t:cmd:while.t                      See if while loops work
  107. :t:comp:cmdopt.t                    See if command optimization works
  108. :t:comp:cpp.t                       See if C preprocessor works
  109. :t:comp:decl.t                      See if declarations work
  110. :t:comp:multiline.t                 See if multiline strings work
  111. :t:comp:package.t                   See if packages work
  112. :t:comp:script.t                    See if script invokation works
  113. :t:comp:term.t                      See if more terms work
  114. :t:io:argv.t                        See if ARGV stuff works
  115. :t:io:dup.t                         See if >& works right
  116. :t:io:fs.t                          See if directory manipulations work
  117. :t:io:inplace.t                     See if inplace editing works
  118. :t:io:pipe.t                        See if secure pipes work
  119. :t:io:print.t                       See if print commands work
  120. :t:io:tell.t                        See if file seeking works
  121. :t:lib:big.t                        See if lib/bigint.pl works
  122. :t:mac:Answer.t                            [Mac specific] See if answer works
  123. :t:mac:Ask.t                                [Mac specific] See if ask works
  124. :t:mac:Chat.t                                [Mac specific] See if macchat works
  125. :t:mac:Choose.t                            [Mac specific] See if choose works
  126. :t:mac:Pick.t                                [Mac specific] See if pick works
  127. :t:op:append.t                      See if . works
  128. :t:op:array.t                       See if array operations work
  129. :t:op:auto.t                        See if autoincrement et all work
  130. :t:op:chop.t                        See if chop works
  131. :t:op:cond.t                        See if conditional expressions work
  132. :t:op:dbm.t                         See if dbm binding works
  133. :t:op:delete.t                      See if delete works
  134. :t:op:do.t                          See if subroutines work
  135. :t:op:each.t                        See if associative iterators work
  136. :t:op:eval.t                        See if eval operator works
  137. :t:op:exec.t                        See if exec and system work
  138. :t:op:exp.t                         See if math functions work
  139. :t:op:flip.t                        See if range operator works
  140. :t:op:fork.t                        See if fork works
  141. :t:op:glob.t                        See if <*> works
  142. :t:op:goto.t                        See if goto works
  143. :t:op:groups.t                      See if $( works
  144. :t:op:index.t                       See if index works
  145. :t:op:int.t                         See if int works
  146. :t:op:join.t                        See if join works
  147. :t:op:list.t                        See if array lists work
  148. :t:op:local.t                       See if local works
  149. :t:op:magic.t                       See if magic variables work
  150. :t:op:mkdir.t                       See if mkdir works
  151. :t:op:oct.t                         See if oct and hex work
  152. :t:op:ord.t                         See if ord works
  153. :t:op:pack.t                        See if pack and unpack work
  154. :t:op:pat.t                         See if esoteric patterns work
  155. :t:op:push.t                        See if push and pop work
  156. :t:op:range.t                       See if .. works
  157. :t:op:re_tests                      Input file for op.regexp
  158. :t:op:read.t                        See if read() works
  159. :t:op:readdir.t                     See if readdir() works
  160. :t:op:regexp.t                      See if regular expressions work
  161. :t:op:repeat.t                      See if x operator works
  162. :t:op:s.t                           See if substitutions work
  163. :t:op:sleep.t                       See if sleep works
  164. :t:op:sort.t                        See if sort works
  165. :t:op:split.t                       See if split works
  166. :t:op:sprintf.t                     See if sprintf works
  167. :t:op:stat.t                        See if stat works
  168. :t:op:study.t                       See if study works
  169. :t:op:substr.t                      See if substr works
  170. :t:op:time.t                        See if time functions work
  171. :t:op:undef.t                       See if undef works
  172. :t:op:unshift.t                     See if unshift works
  173. :t:op:vec.t                         See if vectors work
  174. :t:op:write.t                       See if write works
  175. :usub:mus                           A .mus to .c translator
  176. :usub:README                        Instructions for user supplied subroutines
  177.